home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / addons.zip / TELHO100.ZIP / Telhouse.REF < prev   
Text File  |  1997-08-11  |  600b  |  36 lines

  1. @#START
  2. @do moveback
  3. @datanewday telhouse.idf
  4. @dataload telhouse.idf &playernum `p20
  5. @if `p20 is 1 then do
  6.  @begin
  7.   @do goto NOMORE
  8.  @end
  9. @offmap
  10. @Clear Screen
  11. @Do `v01 is 1
  12. @Choice
  13. I want to go to Stonebrook city for free!!
  14. Forget it, maybe later!
  15. @IF Responce is 1 then do
  16.  @begin
  17.   @Clear Screen
  18.   @do write
  19.   You feel a strange wind in your face!
  20.   @do x is 55
  21.   @do y is 6
  22.   @do map is 1359
  23.  @end
  24.  @Loadmap &map
  25. @end
  26. @datasave telhouse.idf &playernum 1
  27. @key bottom
  28. @drawmap
  29. @update
  30. @closescript   
  31. @#NOMORE
  32. @do saybar
  33. You have been here today!!
  34. @Closescript
  35.  
  36.